Version

CollectionBase<T> Class Methods

For a list of all members of this type, see CollectionBase<T> members.

Public Methods
 NameDescription
Public MethodAddAdds the specified item to this collection.  
Public MethodClearRemoves all elements from this collection.  
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection.  
Public MethodIndexOfReturns the index of the specified item within this collection, or -1 if the item is not a member of this collection.  
Public MethodInsertInserts the specified item into this collection at the specified index  
Public MethodRemoveRemoves the specified item from this collection.  
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection.  
Public MethodToStringReturns the string representation of this object.  
See Also